home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200407-08.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  71 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200407-08.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14541);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200407-08");
  17.  
  18.  desc = 'The remote host is affected by the vulnerability described in GLSA-200407-08
  19. (Ethereal: Multiple security problems)
  20.  
  21.  
  22.     There are multiple vulnerabilities in versions of Ethereal earlier than
  23.     0.10.5, including:
  24.     In some cases the iSNS dissector could cause Ethereal to abort.
  25.     If there was no policy name for a handle for SMB SID snooping it could
  26.     cause a crash.
  27.     A malformed or missing community string could cause the SNMP dissector
  28.     to crash.
  29.   
  30. Impact
  31.  
  32.     An attacker could use these vulnerabilities to crash Ethereal or even
  33.     execute arbitrary code with the permissions of the user running Ethereal,
  34.     which could be the root user.
  35.   
  36. Workaround
  37.  
  38.     For a temporary workaround you can disable all affected protocol dissectors
  39.     by selecting Analyze->Enabled Protocols... and deselecting them from the
  40.     list. For SMB you can disable SID snooping in the SMB protocol preference.
  41.     However, it is strongly recommended to upgrade to the latest stable
  42.     version.
  43.   
  44. References:
  45.     http://www.ethereal.com/appnotes/enpa-sa-00015.html
  46.  
  47.  
  48. Solution: 
  49.     All Ethereal users should upgrade to the latest stable version:
  50.     # emerge sync
  51.     # emerge -pv ">=net-analyzer/ethereal-0.10.5"
  52.     # emerge ">=net-analyzer/ethereal-0.10.5"
  53.   
  54.  
  55. Risk Factor : High
  56. ';
  57.  script_description(english: desc);
  58.  script_copyright(english: "(C) 2004 Michel Arboi");
  59.  script_name(english: "[GLSA-200407-08] Ethereal: Multiple security problems");
  60.  script_category(ACT_GATHER_INFO);
  61.  script_family(english: "Gentoo Local Security Checks");
  62.  script_dependencies("ssh_get_info.nasl");
  63.  script_require_keys('Host/Gentoo/qpkg-list');
  64.  script_summary(english: 'Ethereal: Multiple security problems');
  65.  exit(0);
  66. }
  67.  
  68. include('qpkg.inc');
  69. if (qpkg_check(package: "net-analyzer/ethereal", unaffected: make_list("ge 0.10.5"), vulnerable: make_list("le 0.10.4")
  70. )) { security_hole(0); exit(0); }
  71.